TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)#4826
Merged
dooleydevin merged 2 commits intogithub:mainfrom Apr 6, 2026
Merged
TeX: add ConTeXt utility cache file (.tuc, .tui & tuo)#4826dooleydevin merged 2 commits intogithub:mainfrom
dooleydevin merged 2 commits intogithub:mainfrom
Conversation
ConTeXt generates .tua and .tuc files (utility cache) during each run. These files store document metadata between compilations and are not part of the source, so they should be ignored.
Collaborator
|
@gxono can you provide documentation for this change? I don't doubt these files should be ignored, but I have not been able to verify their purpose from a quick search through the ConTeXt documentation. |
ConTeXt generates .tuc files (utility cache) during each run. These can be removed using the command line [--purgeall](https://wiki.contextgarden.net/Input_and_compilation/Executable_scripts_and_auxiliary_files/context_script#--purgeall). ConTeXt MKII generates .tui and .tuo with the generation of [ToC](https://wiki.contextgarden.net/Document_structure_and_headlines/Table_of_contents). These files store document metadata between compilations and are not part of the source, so they should be ignored.
dooleydevin
approved these changes
Apr 6, 2026
Collaborator
dooleydevin
left a comment
There was a problem hiding this comment.
Appreciate the updated documentation! ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ConTeXt generates .tuc files (utility cache) during each run.
These can be removed using the command line --purgeall.
ConTeXt MKII generates .tui and .tuo with the generation of ToC.
These files store document metadata between compilations and are not part of the source, so they should be ignored.